 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #797979;
    background: #222;
    font-family: 'Open Sans', sans-serif;
}
h2{
  color:#fff;
} 
h3,
h4{
    color: #c5c8cb;
}
h5, 
h6 {
    color: #343148;
}

a {
    color: #454545;
    transition: .3s;
}
p2 {
    color: #ffffff;
    transition: .3s;
}
p2a {
    width: 50%;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    color: #ffffffc0;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px rgba(0,0,0,1);
    mix-blend-mode:hard-light;
}
span1{
    color:#ff9939;
    font-size: 110%;
}
/********** Hero CSS ***********/

/*******************************/
a:hover,
a:active,
a:focus {
    color: #929292;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #F7CAC9;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition:  0.5s;
    z-index: 9;
}

.back-to-top:hover {
    background: #343148;
}

.back-to-top:hover i {
    color: #ffffff;
}

.back-to-top i {
    color: #343148;
    padding-top: 10px;
}

.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin-top: px;
    color: #ffffff;
    font-size: 45px;
    line-height: 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: .5s;
    
}

.navbar .navbar-brand span {
    color: #ffffff;
    font-size:50% ;
    text-transform: lowercase;
    transition: .5s;
}

.navbar.nav-sticky .navbar-brand span {
    color: #ffffff;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
}

.navbar-dark .navbar-nav .nav-link{
   font-size: 16px;
    color: #E3AE57
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ff0808;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: rgba(256, 256, 256, .1);
    transition: none;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
}

.navbar .dropdown-menu a{
    color: #E3AE57;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar .navbar-nav a:hover{
    background: rgba(101, 101, 101, 0.582);
    border-radius: 5px;
    color: #ff0808;
    font-weight: bold;
}
@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: -15px;
        padding: 20px 60px;
        background: #00000051 ;
        backdrop-filter: blur(8px);
        
    }
    
    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #00000051 !important;
        backdrop-filter: blur(8px);
    }
    
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        background: #343148 !important;
        
    }

    
    .navbar .navbar-brand span {
        color: #ffffff;
        
    }
    
    .navbar a.nav-link {
        
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero {
   
    width: 100%;
   
    padding: 10px 0;
    background-image: url(..//cover/meeting\ room.jpg);
    background-size: cover;
   
}

.hero .container-fluid {
    padding: 0;
}

.hero .hero-image {
    position: relative;
    text-align: right;
    opacity: 0.5;
}

.hero .hero-image img {
    max-width: 80%;
    max-height: 80%;
}

.hero .hero-text {
    position: relative;
    padding-left: 75px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.hero .hero-text h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: #F32B56;
}

.hero .hero-text p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 25px;
}

.hero .hero-btn .btn {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #F7CAC9;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.hero .hero-btn .btn:hover {
    color: #343148;
    background: #ffffff;
}

.hero .hero-btn .btn:first-child {
    margin-right: 10px;
}

@media (max-width: 991.98px) {
    .hero .hero-text {
        padding: 0 15px;
    }
    
    .hero .hero-text h1 {
        font-size: 35px;
    }
    
    .hero .hero-text p {
        font-size: 16px;
    }
    
    .hero .hero-text .btn {
        padding: 12px 30px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767.98px) {
    .hero .hero-text h1 {
        font-size: 30px;
        font-weight: 600;
    }
    
    .hero .hero-text p {
        font-size: 14px;
    }
    
    .hero .hero-text .btn {
        padding: 10px 15px;
        font-weight: 400;
        letter-spacing: 1px;
    }
}

@media (max-width: 575.98px) {
    .hero .hero-text h1 {
        font-size: 25px;
        font-weight: 600;
    }
    
    .hero .hero-text p {
        font-size: 14px;
    }
    
    .hero .hero-text .btn {
        padding: 8px 10px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
    }
}


/*******************************/
/******* Page Header machinery CSS *******/
/*******************************/
.page-header {
    
    margin-bottom: 40px;
    padding: 150px 0 ;
    text-align: center;
    background-image: url(..//cover/mesinbordir.JPG);
    
    background-size: cover;
  
    margin-left: 0vh;
    margin-top: -1vh;
    opacity: 0.9;
}

.page-header h2 {
    width: 50%;
    text-align: left;
    font-size: 4em;
    font-weight: bolder;
    color: #ffffffc0;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px rgba(0,0,0,1);
    mix-blend-mode:hard-light;
    }



.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #343148;
}

.page-header7 a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #343148;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    .page-header5 h2 {
        font-size: 35px;
    }
    
    .page-header5 a {
        font-size: 18px;
    }
}
/*******************************/
/******* Page Header Strenght CSS *******/
/*******************************/
.page-header1 {
    
    margin-bottom: 45px;
    padding: 20%;
    text-align: center;
    background-image: url(..//cover/handshake.jpg);
    width: 100%;
    height: 90vh;
    background-size: center;
    margin-left: 0vh;
    margin-top: 10%;
    opacity: 0.9;
}

.page-header1 h2c {
    width: 50%;
    text-align: left;
    font-size: 3em;
    font-weight: bolder;
    color: #ffffffc0;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px rgba(0,0,0,1);
    mix-blend-mode:hard-light;
}



.page-header1 a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #343148;
}

.page-header1 a:hover {
    color: #ffffff;
}

.page-header1 a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #343148;
}

.page-header1 a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header1 h2 {
        font-size: 35px;
    }
    
    .page-header1 a {
        font-size: 18px;
    }
}



/*******************************/
/******* Page Header csr CSS *******/
/*******************************/
.page-header5 {
    
    margin-bottom: 45px;
    padding: 185px 0 ;
    text-align: center;
    background-image: url(..//cover/Go_green.jpg);
    
    background-size: cover;
    height: 90vh;
  background-repeat: no-repeat;
    margin-left: 0vh;
    margin-top: 0;
    opacity: 50;
}

.page-header5 h2 {
    text-align: center;
     font-size: 5em;
     padding-top: 10vh;
     font-weight: bolder;
     color: #ffffffc0;
     text-transform: uppercase;
     text-shadow: 5px 5px 10px rgba(0,0,0,1);
     mix-blend-mode:hard-light;
 }

.page-header5 a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #343148;
}

.page-header5 a:hover {
    color: #ffffff;
}

.page-header5 a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #343148;
}

.page-header5 a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header5 h2 {
        font-size: 35px;
    }
    
    .page-header5 a {
        font-size: 18px;
    }
}


/*******************************/
/******* Page Header proses CSS *******/
/*******************************/
.page-header7 {
    
    margin-bottom: 45px;
    padding: 150px 0 ;
    text-align: center;
    background-image: url(..//cover/cover\ process2.jpg);
    
    background-size: cover;
  
    margin-left: 0vh;
    margin-top: -1px;
    opacity: 0.9;
}

.page-header7 h2 {
       text-align: center;
        font-size: 5em;
        padding-top: 10vh;
        font-weight: bolder;
        color: #ffffffc0;
        text-transform: uppercase;
        text-shadow: 5px 5px 10px rgba(0,0,0,1);
        mix-blend-mode:difference;
    }



.page-header7 a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #343148;
}

.page-header7 a:hover {
    color: #ffffff;
}

.page-header7 a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #343148;
}

.page-header7 a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header7 h2 {
        font-size: 35px;
    }
    
    .page-header7 a {
        font-size: 18px;
    }
}


.gtco-section {
  padding: 7em 0;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
 
  .gtco-section {
    padding: 2em 0;
  }
}

.gtco-section.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

/*******************************/
/******* Page Header Gallery CSS *******/
/*******************************/
.page-header8 {
    
    margin-bottom: 45px;
    padding: 185px 0 ;
    text-align: center;
    background-image: url(..//gallery/kolase.png);
    
    background-size: cover;
  
    margin-left: 0vh;
    margin-top: 5vh;
    opacity: 50;
}

.page-header8 h2 {
    text-align: center;
     padding-top: 10vh;
     font-weight: bolder;
     color: #ffffffc0;
     text-transform: uppercase;
     text-shadow: 5px 5px 10px rgba(0,0,0,1);
     mix-blend-mode:darken;
 }



.page-header8 a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #343148;
}

.page-header8 a:hover {
    color: #ffffff;
}

.page-header8 a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #343148;
}

.page-header8 a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header8 h2 {
        font-size: 35px;
    }
    
    .page-header8 a {
        font-size: 18px;
    }
}


.gtco-section {
  padding: 7em 0;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
 
  .gtco-section {
    padding: 2em 0;
  }
}

.gtco-section.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}


/*About-stylesheets-include-here*/
#about {
	padding:3% 0%;
  
}
#about .heading {
    background-size: 100%;
	text-align:center;
}
.heading h2 {
	font-family: 'helvetica_ce_55_romanregular';
  
}
.heading p {
	padding:20px 0px;
	font-size:13px;
	font-weight:bolder;
	color:#555;
}
.ab-sec {
	text-align:justify;
}
.ab-sec h3 {
	font-weight:bolder;
}
.ab-sec p {
	padding:10px 0px;
	font-size:13px;
}



/*******************************/
/******* Page Header Facilities CSS *******/
/*******************************/
.page-header1 {
    background-color: #000000;
    margin-bottom: 45px;
    padding: 175
    px 0 ;
    text-align: left, -50vh;
    
    background-size: cover;
    
    margin-top: 10vh;
    opacity: 5;
}


.page-header1 h2 {
    position: relative;
    color: #343148;
    font-size: 60px;
    font-weight: 700;
}

.page-header1 a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #343148;
}

.page-header1 a:hover {
    color: #ffffff;
}

.page-header1 a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #343148;
}

.page-header1 a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header1 h2 {
        font-size: 35px;
    }
    
    .page-header1 a {
        font-size: 18px;
    }
}

/*******************************/
/******* Page Header Corporate CSS *******/
/*******************************/
.page-header2 {
    
    margin-bottom: 45px;
    padding: 175px 0 ;
    text-align: left, -50vh;
    background-image: url(..//cover/factory5.jpg) ;
    background-size: cover;
    height: 100vh;
    
    margin-top: 0;
    opacity: 5;
}


.page-header2 h2 {
    position: relative;
    color: #343148;
    font-size: 60px;
    font-weight: 700;
}

.page-header2 a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #343148;
}

.page-header2 a:hover {
    color: #ffffff;
}

.page-header2 a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #343148;
}

.page-header2 a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header2 h2 {
        font-size: 35px;
    }
    
    .page-header2 a {
        font-size: 18px;
    }
}


/*******************************/
/******* Page Header Corporate CSS *******/
/*******************************/
.page-header21 {
    
    margin-bottom: 45px;
    padding: 175px 0 ;
    text-align: left, -50vh;
    background-image: url(..//cover/water.jpg) ;
    background-size: cover;
    height: 100vh;
    
    margin-top: 0;
    opacity: 5;
}


.page-header21 h2 {
    position: relative;
    color: #343148;
    mix-blend-mode: difference;
    font-size: 60px;
    font-weight: 700;
}

.page-header21 a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #343148;
}

.page-header21 a:hover {
    color: #ffffff;
}

.page-header21 a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #343148;
}

.page-header21 a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header21 h2 {
        font-size: 35px;
    }
    
    .page-header21 a {
        font-size: 18px;
    }
}

/*******************************/
/******* Page Header Environment CSS *******/
/*******************************/
.page-header3 {
    
    margin-bottom: 45px;
    padding: 200px 0 ;
    text-align: left, -50vh;
    background-image: url(..//cover/meeting\ room.jpg) ;
    background-size: cover;
    height: 120vh;
    
    margin-top: 20vh;
    opacity: 5;
}


.page-header3 h2 {
    position: relative;
    color: #343148;
    font-size: 60px;
    font-weight: 700;
}

.page-header3 a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #343148;
}

.page-header3 a:hover {
    color: #ffffff;
}

.page-header3 a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #343148;
}

.page-header3 a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header3 h2 {
        font-size: 35px;
    }
    
    .page-header3 a {
        font-size: 18px;
    }
}

/*******************************/
/******* Page Header Product CSS *******/
/*******************************/
.page-header11 {
  
     width:100%;
  height: 500%;
  background-image:linear-gradient(rgba(0,0,0,0.2)50%, #222), url(../cover/barefoot.jpg);
  background-size: cover;
  background-position: center center;
  padding: 20%;
  box-sizing: border-box;
  box-shadow: inset 0 0 70px 50px #222;
}


.page-header11 h2 {
    width: 50%;
    text-align: left;
    font-size: 3em;
    font-weight: bolder;
    color: #ffffffc0;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px rgba(0,0,0,1);
    mix-blend-mode:hard-light;
}
.page-header11 span1{
    color: #4580c4;
    font-size: 1.5em;
}


.page-header11 a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #343148;
}

.page-header11 a:hover {
    color: #ffffff;
}

.page-header11 a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #343148;
}

.page-header11 a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header11 h2 {
        font-size: 35px;

    }
    
    .page-header11 a {
        font-size: 18px;
    }
}

.section-btn {
    background-color: #4580c4;
    border: 3px solid #ffffff;
    border-radius: 100px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.6px;
    padding: 12px 36px;
    margin-top: 5px;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
  }

.section-btn{
    
    margin-top: -50vh;
}
.section-btn:hover {

    background: #393a3a;
    border-color: transparent;
    color: #ffffff;
  }
  
  .btn-success:focus {
    
    background-color: #E3AE57;
    border-color: transparent;
  }
  
 






/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.section-header p {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 5px;
    padding: 0 10px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
}

.section-header p::after {
    position: absolute;
    content: "";
    height: 2px;
    top: 11px;
    right: -30px;
    left: -30px;
    background: #F7CAC9;
    z-index: -1;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 40px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
   
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-text p {
    color:#1f726f; ;
    font-size: 16px;
}

.about .about-text p2 {
    font-size: 16px;
    color: #1f726f;
    margin: 0;
    
}
.fboxtext p2 {
    font-size: 16px;
    color: #1f726f;

}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #F7CAC9;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #343148;
    background: #F7CAC9;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********** Header Facilities **********/
/******************************

*{
box-sizing:border-box;
 margin : 0;
padding : 0;
font-family: 'Poppins', sans-serif;
}

.showcase{
 position : absolute;
right: 0;
width:100%;
min-height: 100vh;
   padding: 100px;
   display: flex;
   justify-content: space-between;
align-items: center;
background-color: #4580c4;

z-index: 2;


}

   
  .showcase header{
  position : absolute;
top: 0;
left: 0;
width: 100%;
padding: 40px 100px;
z-index: 1000;
display: flex;
align-items: center;
justify-content: space-between;
}


.toggle{
position: relative;
width: 60px;
height: 60px;
background:url(menu.png);
background-repeat: no-repeat;
background-size: 30px;
background-position: center;
cursor: pointer; 
}

.menu{
display: none;
}

.showcase video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.8;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: color;
mix-blend-mode: overlay;


}
.text{
position : relative;
z-index: 10;
}
.text h2 {
    color: #ffffff;
font-size: 1cm;
font-weight: 800;
line-height: lem;
text-transform: uppercase;
}
***/
@media (max-width: 100.100px) {
    .showcase {
        margin-bottom: 30px;
        height: 80vh;
    }
  }
/*******************************/
/********** Header Facilities **********/
/*******************************/
*{
box-sizing:border-box;
 margin : 0;
padding : 0;
font-family: 'Poppins', sans-serif;
}
.showcase{
 position : absolute;
right: 0;
width:100%;
min-height: 80vh;
   padding: 100px;
   display: flex;
  justify-content: space-between;
align-items: center;
background-color: #7e7a7a;
z-index: 2;
}  
  .showcase header{
  position : absolute;
top: 0;
left: 0;
width: 100%;
padding: 40px 100px;
z-index: 1000;
display: flex;
align-items: center;
justify-content: space-between;
}
.toggle{
position: relative;
width: 60px;
height: 60px;
background:url(menu.png);
background-repeat: no-repeat;
background-size: 30px;
background-position: center;
cursor: pointer; 
}
.menu{
display: none;
}
.showcase video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.8;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: color;
mix-blend-mode: overlay;
}
.text{
position : relative;
z-index: 10;
}
.text h2 {
    color: #ffffff;
font-size: 1cm;
font-weight: 800;
line-height: lem;
text-transform: uppercase;
}
/*******************************/
/********** Header Facilities **********/
/*******************************/
*{
    box-sizing:border-box;
     margin : 0;
    padding : 0;
    font-family: 'Poppins', sans-serif;
    }   
    .showcase1{
     position : absolute;
    right: 0;
    width:100%;
    min-height: 100vh;
       padding: 100px;
       display: flex;
       justify-content: space-between;
    align-items: center;
    background-color: #222;   
    z-index: 2;    
    } 
      .showcase1 header{
      position : absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }  
    .toggle1{
    position: relative;
    width: 60px;
    height: 60px;
    background:url(menu.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    cursor: pointer; 
    }    
    .menu{
    display: none;
    }   
    .showcase1 img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    object-fit: cover;
    opacity: 0.8;
    }
    .overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: color;
    mix-blend-mode: overlay;   
    }
    .text{
    position : relative;
    z-index: 10;
    }
    .text h2 {
        color: #ffffff;
    font-size: 2cm;
    font-weight: 800;
    line-height: lem;
    text-transform: uppercase;
    }
/*******************************/
/********** Box2 **********/
/*******************************/
.box2 {
    Top : 10%;
    transform: translateY(20%);
    margin-left: -50px;
    padding: 0;
    width: 520px;   
    text-align: center; 
    text-shadow: 0 10px 10px rgba(0,0,0.7);
    box-shadow: 0 15px 15px rgba(0,0,0.7);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
     border-radius: 10px;
     height: 200%;
}
/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}
.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: .3s;
}
.service .service-item:hover,
.service .service-item.active {
    background: #343148;
    color: #ffffff;
}
.service .service-icon {
    position: relative;
    margin: 0 auto 25px auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.service .service-icon i {
    position: relative;
    font-size: 50px;
    color: #343148;
    z-index: 3;
}
.service .service-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #F7CAC9;
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}
.service .service-icon:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #F7CAC9;
    border-radius: 50%;
    transition: all 200ms;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
.service .service-item h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
}
.service .service-item:hover h3,
.service .service-item.active h3 {
    color: #F7CAC9;
}
.service .service-item p {
    margin: 0;
    font-size: 16px;
}
/*Fun-Facts-stylesheets-include-here*/
#fun-facts {
	background-color: #f8f8f8;
	padding:3% 0%;
}
#fun-facts .fun-fact {
	border-right: 1px solid #ddd;
}
#fun-facts .col-md-3:last-child .fun-fact {
	border-right: 0px solid #ddd;
}
#fun-facts .fun-fact i {
	margin-right: 5px;
	color:#666;
}
#fun-facts .fun-fact h6 {
	color:#555;
	font-weight:bolder;
}
/*******************************/
/********** Class Facilities CSS  **********/
/*******************************/
.class {
    
    position: relative;
    padding: 450px 0 450px;
    background: #222;
}
.class #class-filter {
    margin-top: -35px;
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}
.class #class-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    color: #92abf7;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    background: none;
    border: 1px solid #343148;
    transition: .3s;
}
.class #class-filter li:hover,
.class #class-filter li.filter-active {
    background: #0e2e41;
    color: #ffffff;
}
.class .class-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s;
}
.class .class-wrap {
    position: relative;
    width: 100%;
}

.class .class-img {
    position: relative;

}
.class .class-img img {
    position: relative;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}
.class .class-text {
    position: relative;
    padding: 30px 30px 25px 30px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}
.class .class-text h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.class .class-teacher {
    position: relative;
    height: 40px;
    margin-top: -50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 40px;
}
.class .class-teacher img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #F7CAC9;
}
.class .class-teacher h3 {
    width: calc(100% - 95px);
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0 15px;
    white-space: nowrap;
    overflow: hidden;
}
.class .class-teacher a {
    width: 40px;
    height: 40px;
    padding: 0 0 3px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 100;
    color: #343148;
    background: #F7CAC9;
    border-radius: 40px;
    transition: .3s;
}
.class .class-wrap:hover .class-teacher a {
    color: #F7CAC9;
    background: #314839;
}
.class .class-meta {
    position: relative;
    display: flex;
    align-items: center;
}
.class .class-meta p {
    margin: 0;
    font-size: 14px;
}
.class .class-meta p i {
    margin-right: 5px;
    color: #343148;
}
.class .class-meta p:first-child {
    margin-right: 10px;
}
.class1 {
    
    position: relative;
    padding: 10px;
    background: #222;
}
.class1 #class-filter {
    margin-top: -35px;
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}
.class1 #class-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    color: #92abf7;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    background: none;
    border: 1px solid #343148;
    transition: .3s;
}
.class1 #class-filter li:hover,
.class1 #class-filter li.filter-active {
    background: #0e2e41;
    color: #ffffff;
}
.class1 .class-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s;
}
.class1 .class-wrap {
    position: relative;
    width: 100%;
}
.class1 .class-img {
    padding: 20px;
    position: relative;
}
.class1 .class-img img {
    
    padding: 20px;
    position: relative;
    width: 100%; 
    height: 100%; 
    object-fit: contain; 
}
.class1 .class-text {
    position: relative;
    padding: 30px 30px 25px 30px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}
.class1 .class-text h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.class1 .class-teacher {
    position: relative;
    height: 40px;
    margin-top: -50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 40px;
}
.class1 .class-teacher img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #222;
}

.class1 .class-teacher h3 {
    width: calc(100% - 95px);
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0 15px;
    white-space: nowrap;
    overflow: hidden;
}

.class1 .class-teacher a {
    width: 40px;
    height: 40px;
    padding: 0 0 3px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 100;
    color: #343148;
    background: #F7CAC9;
    border-radius: 40px;
    transition: .3s;
}

.class1 .class-wrap:hover .class-teacher a {
    color: #F7CAC9;
    background: #343148;
}

.class1 .class-meta {
    position: relative;
    display: flex;
    align-items: center;
}

.class1 .class-meta p {
    margin: 0;
    font-size: 14px;
}

.class1 .class-meta p i {
    margin-right: 5px;
    color: #334831;
}

.class1 .class-meta p:first-child {
    margin-right: 10px;
}

.box4 {
    position: relative;
    background-color: rgba(255, 255, 255, 0.082);
    width: 360px;
    height: 70vh;
    backdrop-filter: blur(10px);
    border: solid 1px rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    margin :0 ;
  }


    /* Layar3 css */

.contlayar3 {
    margin-top: 2px;
    margin-bottom:3px;
    padding: 0;
    width: 100%;
    height: 110%;
    background-color: #222;
    margin: 20px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.fbox3 {
    margin: 5px;
    width: 450px;
    height: 400px;
    position: relative;
    background : url(../cover/mesin\ laser.JPG);
    background-size: contain;
    background-repeat: no-repeat;
    
}

.fbox4 {
    margin: 5px;
    width: 450px;
    height: 400px;
    position: relative;
    background: url(../cover/e3.JPG);
    background-size: contain;
    background-repeat: no-repeat;
    
}
.fbox45 {
    margin: 5px;
    width: 450px;
    height: 400px;
    position: relative;
    background : url(../assets/pant\ finisher.JPG);
    background-size: contain;
    background-repeat: no-repeat;
    
}

 /* Layar40 css */
 .contlayar40 {
    margin-top: 2px;
    margin-bottom:3px;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    margin: 20px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.fbox30 {
    margin:0;
    width: 600px;
    height: 380px;
    position: relative;
    text-align: justify;
  
}

.fbox40 {
    margin: 0;
    width: 600px;
    height: 580px;
    position: relative;
    background: url(../assets/Mesin\ Cutting\ 6.JPG);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center; 
   
}
  /* Layar4 css */


  .contlayar4 {
    margin-top: 2px;
    margin-bottom:3px;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    margin: 20px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.fbox31 {
    margin:0;
    width: 600px;
    height: 580px;
    position: relative;
    background : url(../assets/Mesin\ Cutting\ 1.JPG);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center; 
  
}

.fbox31 h2{
    margin-top: 55%;
    font-weight: bolder;
    color: #ffffffc0;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px rgba(0,0,0,1);
    mix-blend-mode:hard-light;
}

.fbox41 {
    margin: 0;
    width: 600px;
    height: 580px;
    position: relative;
    background: url(../assets/Mesin\ Cutting\ 6.JPG);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center; 
   
}

.fbox41 h2{
    margin-top: 55%;
    font-weight: bolder;
    color: #ffffffc0;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px rgba(0,0,0,1);
    mix-blend-mode:hard-light;
}

.fbox32 {
    margin:0;
    width: 600px;
    height: 580px;
    position: relative;
    background : url(../cover/mesin\ laser.JPG);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center; 
  
}

.fbox32 h2{
    margin-top: 50vh;
    font-weight: bolder;
    color: #ffffffc0;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px rgba(0,0,0,1);
    mix-blend-mode:hard-light;
}

.fbox42 {
    margin: 0;
    width: 600px;
    height: 580px;
    position: relative;
    background: url(../cover/e3.JPG);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center; 
   
}

.fbox42 h2{
    margin-top: 50vh;
    font-weight: bolder;
    color: #ffffffc0;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px rgba(0,0,0,1);
    mix-blend-mode:hard-light;
}



.fbox3a {
    margin: 5px;
    width: 600px;
    height: 580px;
    position: relative;
    background : url(../cover/mesin\ laser1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    
}

.fbox4a {
    margin: 5px;
    width: 600px;
    height: 580px;
    position: relative;
    background: url(../cover/mesin\ laser3.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    
}





/*******************************/
/********* Pricing CSS *********/
/*******************************/
.discount {
    position: relative;
    width: 100%;
    margin: 45px 0;
    padding: 90px 0;
    background: linear-gradient(rgba(247, 202, 201, .7), rgba(247, 202, 201, .7)), url(../img/discount-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.discount .container {
    max-width: 750px;
    text-align: center;
}

.discount .section-header {
    margin-bottom: 20px;
}

.discount .section-header p {
    color: #343148;
    background: transparent;
}

.discount .section-header p::after {
    display: none;
}

.discount .section-header h2 span {
    color: #F32B56;
    font-size: 50px;
}

.discount .discount-text p {
    color: #454545;
}

.discount .discount-text .btn {
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #F7CAC9;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.discount .discount-text .btn:hover {
    color: #343148;
    background: #ffffff;
}


/*******************************/
/********* Pricing CSS *********/
/*******************************/
.price {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.price .price-item {
    position: relative;
    margin-bottom: 30px;
}

.price .price-header,
.price .price-body,
.price .price-footer {
    position: relative;
    width: 100%;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
}

.price .price-header {
    padding: 30px;
    background: #F7CAC9;
    color: #343148;
}

.price .price-item.featured-item .price-header {
    background: #343148;
    color: #F7CAC9;
}

.price .price-status {
    margin-top: -30px;
    text-align: right;
}

.price .price-status span {
    position: relative;
    display: inline-block;
    height: 30px;
    right: -30px;
    padding: 7px 10px;
    text-align: center;
    color: #343148;
    font-size: 14px;
    line-height: 14px;
    background: #F7CAC9;
}

.price .price-title h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.price .price-prices h2 {
    font-size: 45px;
    font-weight: 700;
    margin-left: 10px;
}

.price .price-prices h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    margin-top: 9px;
    margin-left: -12px;
}

.price .price-prices h2 span {
    margin-left: 1px;
    font-size: 18px;
    font-weight: 400;
}

.price .price-item.featured-item h2 {
    color: #F7CAC9;
}

.price .price-body {
    padding: 25px 0 20px 0;
    border: 1px solid rgba(0, 0, 0, .07);
    border-bottom: none;
}

.price .price-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price .price-description ul li {
    padding: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.price .price-description ul li:last-child {
    border: none;
}

.price .price-action {
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
}

.price .price-action a.btn {
    margin-bottom: 30px;
    padding: 12px 20px;
    color: #343148;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0;
    background: #F7CAC9;
    transition: .3s;
}

.price .price-action a:hover,
.price .price-item.featured-item .price-action a {
    color: #F7CAC9;
    background: #343148;
}

.price .price-item.featured-item .price-action a:hover {
    color: #343148;
    background: #F7CAC9;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
}

.team .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #F7CAC9;
    background: #343148;
    opacity: 0;
}

.team .team-social a:hover {
    color: #343148;
    background: #F7CAC9;
}


.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px 10px 15px;
    text-align: center;
    background: #ffffff;
}

.team .team-text h2 {
    font-size: 18px;
    font-weight: 600;
}

.team .team-text p {
    margin: 0;
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
    padding: 140px 0px;
  }
  
  /* services section start */
  
  .services_section {
    width: 100%;
    float: left;
    background-image: url(..//foto/waste\ treatment\ 1.jpeg);
    background-size: cover;
    height: auto;
    padding-bottom: 80px;
    background-attachment: fixed;
  }
  
  .services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    padding: 80px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
  }
  
  .services_text {
    font-family: 'Arima', cursive;
    padding: 10px;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
  }
  
  .house_icon {
    width: 200px;
    height: auto;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  
  .house_icon img {
    width: 45px;
    min-height: 50px;
  }
  
  
/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    padding: 45px 0;
}

.testimonial .container {
    padding: 0;
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    text-align: center;
}

.testimonial .testimonial-img {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.testimonial .testimonial-item img {
    margin: 0 auto;
    width: 120px;
    padding: 13px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .07);
    background: #ffffff;
    transition: .5s;
}

.testimonial .testimonial-text {
    position: relative;
    margin-top: -70px;
    padding: 75px 25px 25px 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
}

.testimonial .testimonial-item p {
    font-size: 16px;
    color: #666666;
}

.testimonial .testimonial-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial .testimonial-text h4 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial .owl-item.center img {
    border-color: transparent;
}

.testimonial .owl-item.center .testimonial-text {
    background: #343148;
}

.testimonial .owl-item.center .testimonial-text h3 {
    color: #F7CAC9;
}

.testimonial .owl-item.center .testimonial-text p,
.testimonial .owl-item.center .testimonial-text h4 {
    color: #ffffff;
}

.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #F7CAC9;
}

.testimonial .owl-dot.active {
    background: #343148;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
  }
  
  .portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 15px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
  }
  
  .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 3px 10px 3px;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
  }
  
  .portfolio #portfolio-flters li:hover,
  .portfolio #portfolio-flters li.filter-active {
    background: #1f726f;
  }
  
  .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }
  
  .portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
  }
  
  .portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
  }
  
  .portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
  }
  
  .portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
  }
  
  .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
  }
  
  .portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
  }
  
  .portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #63eda3;
  }
  
  .portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
  }
  
  /*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
  .portfolio-details {
    padding-top: 40px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
  }
  
  .portfolio-details .container {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  
  .portfolio-details .portfolio-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .portfolio-details .portfolio-info {
    padding-top: 45px;
  }
  
  .portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  .portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
  }
  
  .portfolio-details .portfolio-info p {
    font-size: 15px;
    padding: 15px 0 0 0;
  }
  
  @media (max-width: 992px) {
    .portfolio-details .portfolio-info {
      padding-top: 20px;
    }
  }
  
  .portfolio-details .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .portfolio-details .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
  }
  
  .portfolio-details .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000000;
  }

/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 170px 0 170px 0;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
}

.blog .blog-page .blog-item {
    margin: 0 0 30px 0;
}

.blog .blog-img {
    position: relative;
    width: 100%;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-text {
    position: relative;
    padding: 25px 30px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}

.blog .blog-text h2 {
    font-size: 22px;
    font-weight: 600;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #343148;
    transition: .3s;
}

.blog .blog-item a.btn i {
    margin-left: 5px;
}

.blog .blog-item a.btn:hover {
    color: #F7CAC9;
}

.blog .blog-meta {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.blog .blog-meta p {
    margin: 0 10px 0 0;
    font-size: 13px;
}

.blog .blog-meta i {
    margin-right: 5px;
}

.blog .blog-meta p:last-child {
    margin: 0;
}

.blog .owl-nav {
    width: 150px;
    margin: 32px auto 0 auto;
    display: flex;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    margin-left: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F7CAC9;
    background: #343148;
    font-size: 22px;
    transition: .3s;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #343148;
    background: #F7CAC9;
}

.blog .pagination .page-link {
    color: #343148;
    border-radius: 0;
    border-color: #343148;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #ff0602;
    background: #343148;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0 15px 0;
}

.portfolio #portfolio-filter {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    color: #343148;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    background: none;
    border: 1px solid #343148;
    transition: .3s;
}
.portfolio #portfolio-filter li:hover,
.portfolio #portfolio-filter li.filter-active {
    background: #343148;
    color: #F7CAC9;
}
.portfolio .portfolio-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s;
}
.portfolio .portfolio-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.portfolio img {
    position: relative;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    transition: .5s;
}
.portfolio .portfolio-wrap:hover img {
    transform: rotate(5deg) scale(1.12);
}
